.4062073974432528:8691debe780be897f6dceb83e75a446a_69ec673fa3c75e7cbf955f49.69ec6d1fa3c75e7cbf956009.69ec6d1ff347046809cab3ce:Trae CN.T(2026/4/25 15:28:31)#27
Open
CGW516 wants to merge 2 commits intocubenlp:mainfrom
Conversation
added 2 commits
April 25, 2026 15:18
添加历史记录数据库模块和GUI界面集成 - 创建history_db.py实现SQLite数据库操作 - 在main_gui.py中添加历史记录面板和收藏功能 - 支持历史记录的增删改查、收藏、搜索和复用
- 在配置文件中添加历史记录数据库路径 - 实现历史记录数据库操作类 - 在GUI中添加历史记录和收藏功能面板 - 支持历史记录的复用、收藏、删除和搜索功能 - 记录SQL查询的执行时间
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(历史记录): 添加历史记录和收藏功能
在配置文件中添加历史记录数据库路径
实现历史记录数据库操作类
在GUI中添加历史记录和收藏功能面板
支持历史记录的复用、收藏、删除和搜索功能
记录SQL查询的执行时间